SftTabs/NET 6.0

ImageIndex Property, TabClass Class

Softel vdm, Inc.

Defines the image index used for the tab image when using the ImageList property.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ImageIndex As Integer

C#   

public int ImageIndex { get; set; }

C++   

public: property int ImageIndex {
        int get();
        void set(int value);
}

Property Value

A zero-based index that represents the position in the ImageList control (assigned to the ImageList property) where the image is located.

The default value is -1.

Comments

The ImageIndex property defines the image index used for the tab image when using the ImageList property.

The ImageList property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead. Images based on an ImageList can only be defined at run-time and are not serializable.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com